; Fix last change
authorEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 13:27:25 +0000 (15:27 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 2 Feb 2024 13:27:25 +0000 (15:27 +0200)
* doc/lispref/sequences.texi (Sequence Functions): Improve
indexing of last change

doc/lispref/sequences.texi

index 654019dfc31592e6b24de14512755a38ddded213..896dac35c8e745abb1efc68e50640ddb5c587be5 100644 (file)
@@ -446,6 +446,8 @@ element into a function of its own, you can use the following sorting
 function, which guarantees that the key will be computed for each list
 element exactly once.
 
+@cindex decorate-sort-undecorate
+@cindex Schwartzian transform
 @defun sort-on sequence predicate accessor
 This function stably sorts the list @var{sequence}, comparing the sort
 keys of the elements using @var{predicate}.  The comparison function